home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Util / Workbench / ToolManager21s.lha / ToolManager / Programmers / slib / Makefile < prev    next >
Encoding:
Makefile  |  1993-05-16  |  249 b   |  15 lines

  1.  
  2. OBJS    = quittm.o alloctm.o freetm.o createtm.o deletetm.o changetm.o lvotm.o tmlib.o
  3. ASM    = asm
  4. #ASM    = BAsm
  5.  
  6. .asm.o:
  7.     $(ASM) $*.asm
  8.  
  9. .c.o:
  10.     sc $*.c STRMERGE UNSCHAR NOSTKCHK OPTIMIZE
  11.  
  12. tm.lib: $(OBJS)
  13.     oml tm.lib r $(OBJS)
  14. #    Copy tm.lib TO LIB: CLONE
  15.